home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1997 #1 / Amiga Plus CD - 1997 - No. 01.iso / pd / sonstiges / amiwin / x11 / man / mkfontdir.man next >
Text File  |  1985-03-23  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4. MKFONTDIR(1)             USER COMMANDS               MKFONTDIR(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      mkfontdir, fonts.dir, fonts.scale, fonts.alias -  create  an
  10.      index of X font files in a directory
  11.  
  12. SYNOPSIS
  13.      mkfontdir [directory-name ... ]
  14.  
  15. DESCRIPTION
  16.      For each directory argument, mkfontdir reads all of the font
  17.      files  in  the  directory  searching  for  properties  named
  18.      "FONT", or (failing that) the name of the file  stripped  of
  19.      its  suffix.   These are converted to lower case and used as
  20.      font names, and, along with the name of the font  file,  are
  21.      written out to the file "fonts.dir" in the directory.  The X
  22.      server and font server use "fonts.dir" to find font files.
  23.  
  24.      The kinds of font files read by mkfontdir depend  on  confi-
  25.      guration  parameters,  but  typically  include  PCF  (suffix
  26.      ".pcf"), SNF (suffix ".snf") and BDF (suffix ".bdf").  If  a
  27.      font exists in multiple formats, mkfontdir will first choose
  28.      PCF, then SNF and finally BDF.
  29.  
  30.      The first line of fonts.dir gives the number of fonts in the
  31.      file.   The  remaining  lines list the fonts themselves, one
  32.      per line, in two fields.  First is  the  name  of  the  font
  33.      file, followed by a space and the name of the font.
  34.  
  35. SCALABLE FONTS
  36.      Because scalable font files do not  usually  include  the  X
  37.      font  name,  the  file "fonts.scale" can be used to name the
  38.      scalable fonts in the directory.  The fonts listed in it are
  39.      copied  to  fonts.dir  by  mkfontdir.  "fonts.scale" has the
  40.      same format as the "fonts.dir" file.
  41.  
  42. FONT NAME ALIASES
  43.      The file "fonts.alias", which can be put in any directory of
  44.      the  font-path,  is used to map new names to existing fonts,
  45.      and should be edited by hand.  The format is two white-space
  46.      separated  columns,  the  first  containing  aliases and the
  47.      second containing font-name patterns.  Lines beginning  with
  48.      "!" are comment lines and are ignored.
  49.  
  50.      If neither the alias nor the value specifies the size fields
  51.      of  the font name, this is a scalable alias.  A font name of
  52.      any size that matches this alias will be mapped to the  same
  53.      size of the font that the alias resolves to.
  54.  
  55.      When a font  alias  is  used,  the  name  it  references  is
  56.      searched for in the normal manner, looking through each font
  57.      directory in turn.  This means that  the  aliases  need  not
  58.      mention fonts in the same directory as the alias file.
  59.  
  60.  
  61.  
  62.  
  63. X Version 11         Last change: Release 6                     1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. MKFONTDIR(1)             USER COMMANDS               MKFONTDIR(1)
  71.  
  72.  
  73.  
  74.      To embed white space in either name, simply  enclose  it  in
  75.      double-quote  marks;  to  embed  double-quote  marks (or any
  76.      other character), precede them with back-slash:
  77.  
  78.      "magic-alias with spaces"     "\"font\name\" with quotes"
  79.      regular-alias            fixed
  80.  
  81.      If the string "FILE_NAMES_ALIASES" stands alone on  a  line,
  82.      each  file-name  in  the  directory (stripped of its suffix)
  83.      will be used as an alias for that font.
  84.  
  85. FILES
  86.      fonts.dir      List of fonts in the directory and the  files
  87.                     they  are  stored  in.  Created by mkfontdir.
  88.                     Read by the X server  and  font  server  each
  89.                     time the font path is set (see xset(1)).
  90.  
  91.      fonts.scale    List of  scalable  fonts  in  the  directory.
  92.                     Contents   are   copied   to   fonts.dir   by
  93.                     mkfontdir.
  94.  
  95.      fonts.alias    List of font name aliases.   Read  by  the  X
  96.                     server  and  font  server  each time the font
  97.                     path is set (see xset(1)).
  98.  
  99. SEE ALSO
  100.      X(1), Xserver(1), xfs(1), xset(1)
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. X Version 11         Last change: Release 6                     2
  130.  
  131.  
  132.  
  133.